@charset "UTF-8";
@media only screen and (max-width: 1200px) {
*{
	box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rbtn::after {
	display: none;
}
.lzpic2{
	display: block;
}
.lzpic1{
	display: none;
}
.wrapper {
	padding: 50px 0;
}
.header {
	height: 50px;
	z-index: 105;
	padding: 0;
}
.header .logo {
	height: 34px;
	margin: 8px 0 0 10px;
}
.header .phone{
	display: none;
}
.header .search-box {
	margin: 0 50px 0 0;
}
.header .search-box .search-btn {
	width: 50px;
	height: 50px;
}
.header .search-box .search-bar {
	width: 100%;
	height: 50px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 200;
	padding: 0px;
}
.header .search-box .search-bar .close{
	display: none;
}
.header .search-box .search-bar .btn{
	width: 50px;
	height: 50px;
	float: right;
}
.header .search-box .search-bar .inpu{
	height: 50px;
	padding: 0 50px 0 0;
}
.header .search-box .search-bar .inpu input {
	background: #fff;
	height: 50px;
	line-height: 50px;
	border: none;
}
.header .menu-btn {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.header .menu-btn span {
	width: 24px;
	height: 3px;
	background: #1994da;
	border-radius: 2px;
	position: absolute;
	left: 14px;
	top: 23px;
	z-index: 2;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
	background:
}
.header .menu-btn span.line1 {
	top: 14px;
}
.header .menu-btn span.line3 {
	top: 32px;
}
.header .nav {
	width: 270px;
	float: right;
	position: fixed;
	right: -270px;
	top: 0;
	bottom: 0;
	z-index: 105;
	background: #fff;
	overflow: auto;
	max-height: 100%;
}
.header .nav .tit {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #1994da;
	text-align: center;
	padding: 20px 0;
}
.header .nav > ul{
	display: block;
}
.header .nav > ul > li {
	width: 100%;
	float: none;
	padding: 0;
}
.header.white .nav > ul > li > a:hover,
.header .nav > ul > li:hover >a,
.header .nav > ul > li > a {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding: 0;
	border-bottom: solid 1px #ccc;
	color: #333;
	font-weight: bold;
}
.header .nav > ul > li.on>a{
	color: #1994da;
	border-bottom: solid 1px #1994da;
}
.header .nav > ul > li > a::before,
.header .nav > ul > li > a::after{
	display: none;
}
.header .nav .phone{
	display: block;
	float: none;
	margin: 20px 0;
	font-size: 20px;
}
.header .nav .sub2,
.header.dark .nav .sub1,
.header .nav .sub1 {
	display: none;
	position: static;
	top: 0;
	left: 0;
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%,0%);
	-moz-transform: translate(0%,0%);
	-ms-transform: translate(0%,0%);
	-o-transform: translate(0%,0%);
		box-shadow: 0 0 0 0 #c5c5c5;
		border-radius: 0;
	background: #eee;
	padding: 0;
}
.header.dark .nav .sub1 ul,
.header .nav .sub1 ul{
	border-radius: 0;
	padding: 0;
	background: none;
}
.header .nav .sub1 ul::after{
	display: none;
}
.header.dark .nav .sub1 li a:hover,
.header.dark .nav .sub1 li a,
.header .nav .sub1 li a:hover,
.header .nav .sub1 li a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #333;
	background: none;
	border-bottom: solid 1px #ddd;
}
.header .nav .sub2 .titt {
	font-size: 16px;
	margin: 10px 0 20px 0;
	text-indent: 10px;
}
.header .nav .sub2 .list.col9 ,
.header .nav .sub2 .list.col3 {
	width: 100%;
	padding: 0;
}
.header .nav .sub2 .list.col3 ul {
	border: none;
}
.header .nav .sub2 .list.col9 li {
	width: 100%;
	float: none;
}
.header .nav .sub2 li {
	margin-bottom: 14px;
	padding: 0 10px;
}
.header .nav .sub2 li a {
	min-height: 28px;
	font-size: 15px;
	background-size: 28px auto;
	padding: 3px 0 3px 36px;
}
.wrapper.shiftLeft {
	margin-left: -270px;
}
.wrapper.shiftLeft .header {
	left: -270px;
	z-index: 105;
}
.wrapper.shiftLeft .header .nav {
	right: 0;
}
.wrapper.shiftLeft .menu-btn span.line1 {
	top: 23px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.wrapper.shiftLeft .menu-btn span.line2 {
	opacity: 0;
}
.wrapper.shiftLeft .menu-btn span.line3 {
	top: 23px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
.wrapper,
.wrapper .header,
.wrapper .header .nav {
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.footer {
	padding: 0px;
	text-align: center;
}
.footer .tit {
	margin-bottom: 0;
}
.footer .link-list {
	float: none;
}
.footer .link-list .list:nth-child(2),
.footer .link-list .list {
	width: 100%;
	float: none;
	border-bottom: solid 1px #666;
}
.footer .link-list .tit{
	height: 44px;
	line-height: 44px;
	display: block;
}
.footer .link-list ul {
	display: none;
	border-top: solid 1px #39393f;
}
.footer .link-list li {
	line-height: auto;
	margin-bottom: 0;
}
.footer .link-list li a {
	height: 44px;
	line-height: 44px;
	display: block;
	border-bottom: solid 1px #39393f;
}
.footer .link-list li a:hover {
	color: #6e6e72;
}
.footer .contact {
	float: none;
	display: inline-block;
	padding: 20px 10px;
}
.footer .contact .tit{
	margin-bottom: 20px;
}
.footer .contact p {
	text-align: left;
}
.footer .r,
.footer .qrcode {
	float: none;
	text-align: center;
}
.footer .qrcode .pic {
	margin: 0 auto;
}
.footer .share .box {
	float: none;
	display: inline-block;
	margin: 0 5px;
}
.footer .share .box:hover {
	padding: 0;
}
.footer .share .txt {
	display: none;
}
.footer .bottom {
	margin-top: 20px;
	padding: 10px;
}
.footer .bottom .left {
	padding: 0;
}
.footer .support a:hover,
.footer .friendship a:hover,
.footer .copy a:hover {
	color: #6e6e72;
}
.footer .copy {
	margin: 10px 0;
}
.footer .friendship a {
	padding: 0 8px;
}
.footer .support {
	position: static;
	top: 0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
}
.banner .swiper-pagination {
	bottom: 10px;
}
.banner .swiper-pagination-bullet {
	width: 30px;
}
.main .product {
	padding: 30px 20px;
}
.main .product .row {
	max-width: 600px;
	margin: 0 auto;
}
.main .product .col {
	padding: 0;
	width: 100%;
	margin-bottom: 20px;
}
.main .news .left a:hover img ,
.main .product .col a:hover img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.main .product .col .txt {
	bottom: 14px;
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	padding: 0 30px;
}
.main .product .col .txt::after {
	left: 14px;
}
.main .pctitle .tit {
	font-size: 24px;
}
.main .pctitle .txt {
	font-size: 14px;
}
.main .about {
	padding: 0 20px 30px 20px;
}
.main .about .slogan {
	line-height: 26px;
	margin: 20px auto;
}
.main .about ul {
	margin: 30px -5px 0 -5px;
}
.main .about ul li {
	padding: 0 5px;
}
.main .about ul li a {
	padding: 20px 10px;
}
.main .about ul li a:hover {
	background: #f3f3f3;
}
.main .about ul li a:hover .icon {
	filter: brightness(20%);
	-webkit-filter: brightness(20%);
	-moz-filter: brightness(20%);
	-ms-filter: brightness(20%);
	-o-filter: brightness(20%);
}
.main .about ul li a:hover .txt {
	color: #333;
}
.main .about ul li .icon {
	height: 36px;
}
.main .about ul li .txt {
	font-size: 16px;
	margin-top: 14px;
}
.main .news {
	padding: 30px 20px;
}
.main .news .content {
	max-width: 600px;
	width: 100%;
	margin: 30px auto 0 auto;

}
.main .news .list,
.main .news .left {
	width: 100%;
	padding: 0;
}
.main .news .left a:hover .tit {
	color: #333;
}
.main .news .left .text {
	padding: 10px 14px;
}
.main .news .left .tit {
	font-size: 18px;
	margin: 6px 0;
}
.main .news .list{
	margin-top: 30px;
}
.main .news .list li {
	margin-bottom: 10px;
}
.main .news .list li a {
	padding: 10px 0;
}
.main .news .list li a:hover .tit ,
.main .news .list li a:hover .date span{
	color: #333;
}
.main .news .list li a:hover .date{
	color: #888;
}
.main .news .list li .date {
	width: 70px;
	height: 64px;
	padding: 0 10px;
}
.main .news .list li .date span {
	line-height: 30px;
	font-size: 30px;
}
.main .news .list li .text {
	padding-left: 80px;
}
.main .news .list li .tit,
.main .news .list li .txt {
	height: 30px;
	line-height: 30px;
}
.main .news .list li .tit {
	font-size: 16px;
}
.banner .menu {
	padding: 0;
}
.banner .menu li a {
	line-height: 50px;
	padding: 0 10px;
	font-size: 16px;
}
.paging {
	margin-top: 10px;
}
.paging li {
	margin: 0 3px;
}
.paging li a {
	height: 36px;
	line-height: 36px;
	min-width: 36px;
	padding: 0 10px;
}
.paging li a:hover {
	background: #fff;
	color: #555;
}
.column-menu {
	padding: 0;
	position: relative;
}
.column-menu .crumbs {
	float: none;
	font-size: 14px;
	background-position: 10px center;
	padding-left: 30px;
	line-height: 50px;
	height: 50px;
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	word-break:break-all;
}
.column-menu .crumbs span {
	padding: 0;
}
.column-menu .menu .btn{
	display: block;
	background: url(../images/menu.png) no-repeat center;
	background-size: 38px;
	width: 50px;
	height: 50px;
}
.column-menu .menu ul{
	width: 100%;
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 80;
	display: none;
}
.column-menu .menu li {
	float: none;
	margin: 0;
}
.column-menu .menu a:hover ,
.column-menu .menu a {
	line-height: 50px;
	color: #666;
	background: #eee;
	border-bottom: solid 1px #bbb;
	text-align: center;
}
.column-menu .menu li.on a:hover,
.column-menu .menu li.on a{
	background: #1994da;
	color: #fff;
}
.news-page,
.page2,
.single-page,
.about-page {
	padding: 30px 10px;
}
.about-page .pctitle .en {
	font-size: 26px;
}
.about-page .pctitle .tit {
	font-size: 20px;
}
.about-page .honor,
.about-page .introduction {
	width: 100%;
	max-width: 600px;
	margin: 30px auto 0 auto;
}
.about-page .introduction .row:nth-child(even) .text,
.about-page .introduction .text,
.about-page .introduction .pic {
	width: 100%;
	float: none;
}
.about-page .introduction .pic {
	position: static;
}
.about-page .introduction .pic img {
	width: 100%;
	display: block;
}
.about-page .introduction .text {
	min-height: auto;
	padding: 30px 10px;
}
.about-page .honor li {
	width: 50%;
	padding: 10px;
}
.about-page .honor li:nth-child(4n+1) {
	clear: none;
}
.about-page .honor li:nth-child(2n+1) {
	clear: left;
}
.about-page .honor li::after {
	display: none;
}
.about-page .honor li:hover img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.about-page .honor li .txt {
	margin: 10px 0;
}
.news-list ul {
	margin: 0 -10px;
}
.news-list li {
	width: 50%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.news-list li:nth-child(3n+1) {
  clear: none;
}
.news-list li:nth-child(2n+1) {
  clear: left;
}
.news-list li a {
	padding: 10px;
}
.news-list li a:hover {
	box-shadow: 0 0 0 0 #e8e8e8;
}
.news-list li a:hover .tit {
	color: #333;
}
.news-list li a:hover img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.news-list li time,
.news-list li .tit {
	height: 22px;
	line-height: 22px;
}
.news-list li .tit {
	height: 44px;
}
.news-list li .pic {
	margin: 14px 0;
}
.news-list li .line::after {
	display: none;
}
.news-list li .see {
	font-size: 14px;
	margin: 10px 0 0 0;
	background-position: right center;
	background-size: 14px auto;
}
@media only screen and (max-width: 600px){
	.news-list li{
		width: 100%;
	}
}
.sidebar-right {
	display: none;
}
.details-left {
	float: none;
	width: 100%;
	padding: 0;
	border: none;
}
.news-page .details .title {
	font-size: 20px;
}
.news-page .details .share,
.news-page .details .info {
	float: none;
}
.news-page .details .share{
	margin: 10px 0 0 0;
}
.news-page .details .share a {
	margin: 0 8px 0 0;
}
.news-page .details .article {
	padding: 30px 0;
}
.news-page .details .nextprev{
	padding-top: 20px;
}
.news-page .details .nextprev .prev,
.news-page .details .nextprev .next {
	width: 100%;
	max-width: 100%;
	float: none;
	text-align: left;
}
.news-page .details .nextprev .prev:hover,
.news-page .details .nextprev .next:hover {
	color: #1994da;
}
.product-page {
	padding: 30px 10px;
}
.product-page .menu {
	text-align: center;
}
.product-page .menu .box {
	display: block;
	max-width: 100%;
}
.product-page .menu .swiper-slide {
	/*width: 50%;*/
	width: 100%;
	margin-bottom: 6px;
}
.product-page .menu .swiper-slide:nth-child(4n+1) {
	clear: none;
}
.product-page .menu .swiper-slide:nth-child(2n+1) {
	clear: left;
}
.product-page .menu .swiper-slide::after{
	display: none;
}
.product-page .menu .swiper-slide a:hover {
	color: #444;
}
.product-page .menu .swiper-slide a:hover .i1 {
	opacity: 1;
	filter: alpha(opacity=100);
}
.product-page .menu .swiper-slide a:hover .i2 {
	opacity: 0;
	filter: alpha(opacity=0);
}
.product-page .menu .swiper-slide a {
	font-size: 16px;
	padding-left: 40px;
}
.product-page .menu .swiper-slide i {
	width: 30px;
	height: 30px;
	top: 4px;
}
.product-page .product-list {
	margin-top: 30px;
}
.product-list ul {
	margin: 0 -5px;
}
.product-list li {
	width: 33.333%;
	padding: 0 5px;
	margin-bottom: 14px;
}
.product-list li:nth-child(4n+1) {
	clear: none;
}
.product-list li:nth-child(3n+1) {
	clear: left;
}
.product-list li .pic{
	height: 170px;
}
.product-list li a {
	padding-bottom: 10px;
}
.product-list li .tit,
.product-list li .txt {
	padding: 0 5px;
}
@media only screen and (max-width: 1400px){
	.product-list li{
		width: 50%;
	}
	.product-list li:nth-child(3n+1) {
		clear: none;
	}
	.product-list li:nth-child(2n+1) {
		clear: left;
	}
	.product-list li .tit {
		font-size: 14px;
	}
	.product-list li .txt {
		font-size: 12px;
	}
}
.product-page .introduction,
.product-page .photo {
	max-width: 600px;
	width: 100%;
	float: none;
	margin: 0 auto;
	padding: 0;
}
.product-page .photo{
	margin-top: 40px;
}
.product-page .photo .content {
	padding-left: 70px;
}
.product-page .photo .thumbnail {
	width: 60px;
	padding: 20px 0;
}
.product-page .photo .swiper-button-next,
.product-page .photo .swiper-button-prev {
	background-size: 16px auto;
}
.product-page .photo .gallery-thumbs .swiper-slide {
	height: 60px;
}
.product-page .introduction .title {
	font-size: 20px;
}
.product-page .introduction .tit {
	padding: 10px 0;
	margin-bottom: 20px;
}
.product-page .introduction .p1,
.product-page .introduction .p2 {
	line-height: 28px;
}
.product-page .introduction .p2 {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.product-page .introduction .btn {
	min-width: 120px;
	padding: 0 30px;
	height: 44px;
	line-height: 44px;
	margin: 0 18px 10px 0;
}
.product-page .introduction .phone {
	margin: 0;
	line-height: 24px;
}
.product-page .introduction .phone a {
	font-size: 20px;
}
.product-page .introduction .share {
	margin-top: 10px;
}
.product-page .details {
	margin-top: 30px;
}
.product-page .details .title {
	padding: 10px 0;
	font-size: 20px;
}
.product-page .details .title span {
	height: 22px;
	line-height: 22px;
}
.product-page .details .article {
	padding: 20px 0;
}
.contact-page .contact {
	max-width: 600px;
	width: 100%;
	padding: 30px 10px;
	margin: 0 auto;
}
.contact-page .contact ul {
	margin: 0;
}
.contact-page .contact li {
	width: 100%;
	float: none;
	margin-bottom: 14px;
	padding: 0;
}
.contact-page .contact li .box {
	padding: 10px 10px 10px 50px;
	background-position: 10px 16px;
	background-size: 30px auto;
}
.contact-page .contact li .tit {
	font-size: 16px;
}
.contact-page .map {
	padding: 10px;
}
.contact-page .map #allmap {
	height: 400px;
}
.contact-page .message {
	padding: 30px 10px;
}
.contact-page .message .wrap{
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
.contact-page .message .title {
	font-size: 24px;
}
.contact-page .message .tips {
	margin: 20px 0 30px 0;
}
.contact-page .message .row {
	margin: 0;
}
.contact-page .message .col {
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
}
.contact-page .message textarea,
.contact-page .message input[type="text"] {
	padding: 12px;
}
.contact-page .message textarea {
	height: 90px;
}
.contact-page .message .btn {
	margin: 20px auto 0 auto;
}
.contact-page .anchor {
	top: -80px;
}
.recruitment-page{
	padding: 30px 10px;
}
.recruitment-page .recruitment li {
	margin-bottom: 20px;
}
.recruitment-page .recruitment li .top {
	padding: 10px 30px 10px 10px;
	background-position: right 10px center;
	background-size: 20px 20px;
	font-size: 14px;
	line-height: 20px;
}
.recruitment-page .recruitment li .top span {
	width: 50%;
}
.recruitment-page .recruitment li .down {
	padding: 10px;
	line-height: 26px;
	font-size: 14px;
}
.recruitment-page .recruitment li .down .txt {
	margin: 0 0 20px 0;
}
.recruitment-page .recruitment li .down .tit {
	font-size: 16px;
	margin-bottom: 10px;
}
.recruitment-page .paging {
	margin-top: 30px;
}
.fixed-sidebar {
	width: 100%;
	right: 0;
	top: auto;
	bottom: 0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	border: none;
	border-top: solid 1px #ddd;
	text-align: center;
}
.fixed-sidebar .tit {
	width: 25%;
	height: 50px;
	float: left;
	line-height: 20px;
	padding: 5px 0 0 0;
	display: none;
}
.fixed-sidebar .tit br{
	display: block;
}
.fixed-sidebar a {
	width: 33.333%;
	height: 50px;
	float: left;
	 border-left: solid 1px #ddd;
	padding: 30px 0 0 0;
	border-top: none;
}
.fixed-sidebar li:first-child a{
	border-left: none;
}
.fixed-sidebar a:hover {
	background-color: #fff;
	color: #333;
}















}
/*手机版css*/
